home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / advqcc.zip / ADVQCC.TXT next >
Text File  |  1996-10-15  |  1KB  |  29 lines

  1.                          Advanced QCC Version 2
  2.                          Updated by Walter Lord
  3.  
  4.  
  5. This is an improved rework of the Quake compiler by John Carmack.  I do
  6. not take any credit for the basic design of this code.  I merely reworked
  7. it based on a suggestion Mr. Carmack made in his finger file.
  8.  
  9. With this rewrite, source compiles take less than half the time.  Most of
  10. this improvement is accomplished by storing recent symbol look-ups at the
  11. start of the symbol linked list.  Since a symbol typically is referenced
  12. several times in a logic cluster, this improves the symbol search
  13. facility.  Minor improvements have also been made to symbol comparisons
  14. and allocations.
  15.  
  16. I've included all the source and header files needed to rebuild this
  17. compiler and a 32-bit Windows version optimized for the Pentium.  I have
  18. not included the Quake source modules.  With the upcoming QuakeWorld, I
  19. did not figure including soon-to-be-outdated source prudent.  Of course
  20. the source can be acquired from id's ftp server (ftp.idsoftware.com).
  21.  
  22. I make no claims stating this compiler is 100% bug free.  I only claim
  23. that I've tested it, and it has worked fine for me.  So, if you
  24. encounter a bug, please don't flame me.  Just Email me at lord@brodart.com
  25. and tell me your problem.  I'll attempt to fix ASAP.
  26.  
  27. Thanks and Happy Quaking!
  28. Walt
  29.